How to write Arrays in JavaScript ?
Arrays in JavaScript
1166
11-Jul-2018
Updated on 11-Jul-2018
Prakash nidhi Verma
11-Jul-2018Arrays in JavaScript :
array is single variable in javascript its used to store different elements. we store list of elements and access them by a single variable. most languages where array is a reference to the multiple variable, in JavaScript array is a single variable that stores multiple elements.
Length property of an Array